chore(i18n): Remove blank
authorrakekniven <2069590+rakekniven@users.noreply.github.com>
Sun, 16 Feb 2025 15:22:07 +0000 (16:22 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Mon, 17 Feb 2025 07:28:34 +0000 (07:28 +0000)
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
src/libsync/clientsideencryption.cpp

index c65c6639a8fbe10b916112ce36b6a7652258ca7f..c7755fe9276e412b673dbecc1bf665152c1b8128 100644 (file)
@@ -1163,7 +1163,7 @@ void ClientSideEncryption::initializeHardwareTokenEncryption(QWidget *settingsDi
             if (PKCS11_login(currentSlot, 0, newPinData.data()) != 0) {
                 QMessageBox::warning(settingsDialog,
                                      tr("Invalid PIN. Login failed"),
-                                     tr("Login to the token failed after providing the user PIN. It may be invalid or wrong. Please try again !"),
+                                     tr("Login to the token failed after providing the user PIN. It may be invalid or wrong. Please try again!"),
                                      QMessageBox::Ok);
                 _cachedPin.clear();
                 continue;